comment and close
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Dec 2024 23:59:15 +0000 (19:59 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 Dec 2024 23:59:15 +0000 (19:59 -0400)
doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct.mdwn
doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment [new file with mode: 0644]

index 1afa94d559182d59c2ad692aa1d8693c026043c2..0b9012cfdd72876f1210bb43b4ff63fa36482872 100644 (file)
@@ -65,3 +65,5 @@ disableWildcardExpansion r = r
 
 [[!meta author=yoh]]
 [[!tag projects/openneuro]]
+
+> [[wontfix|done]] --[[Joey]]
diff --git a/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment b/doc/bugs/get__47__metadata__47____63____63____63____58___does_not_handle_pathspec_correct/comment_2_ec87ff6b645d0ea78fe06d7b59fa89f5._comment
new file mode 100644 (file)
index 0000000..26aaeb5
--- /dev/null
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2024-12-18T23:45:32Z"
+ content="""
+You can accomplish the same thing as that pathspec with
+`--include=*.nii.gz` and it works on all git-annex commands and
+is a much richer language than git's pathspecs that can do a lot more
+besides.
+
+So, I think it would be redundant to support git's pathspecs, and am going
+to close this bug.
+"""]]